home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / dejagnu.lha / dejagnu-1.0.1 / dejagnu / configure.in < prev    next >
Text File  |  1993-05-05  |  2KB  |  50 lines

  1. # This file is a shell script fragment that supplies the information
  2. # necessary to tailor a template configure script into the configure
  3. # script appropriate for this directory.  For more information, check
  4. # any existing configure script.
  5.  
  6. srctrigger="runtest.exp"
  7. srcname="DejaGnu"
  8.  
  9. configdirs="doc example"
  10.  
  11. # per-host:
  12.  
  13. case "${host}" in
  14.   *-*-sysv4*)        host_makefile_frag=config/mh-sysv4 ;;
  15. esac
  16.  
  17. # per-target:
  18.  
  19.     # everything defaults to unix for a target
  20. target_makefile_frag=config/mt-unix
  21.  
  22.     # this section is for all targets
  23. case "${target}" in
  24. i386-*-aout)        target_makefile_frag=config/mt-i386-aout ;;
  25. m68*-abug-aout)        target_makefile_frag=config/mt-m68k-abug-aout ;;
  26. m68*-abug-coff)        target_makefile_frag=config/mt-m68k-abug-coff ;;
  27. m68*-*-abug)        target_makefile_frag=config/mt-m68k-abug-aout ;;
  28. m68*-*-coff)        target_makefile_frag=config/mt-m68k-coff ;;
  29. m68*-*-aout)        target_makefile_frag=config/mt-m68k-aout ;;
  30. m68*-spectra-*)        target_makefile_frag=config/mt-m68k-vrtx ;;
  31. i960-*-nindy)        target_makefile_frag=config/mt-i960-nindy ;;
  32. m68*-*-vxworks)        target_makefile_frag=config/mt-m68k-vx ;;
  33. m68*-*-spectra)        target_makefile_frag=config/mt-m68k-vrtx ;;
  34. *-*-spectra)        target_makefile_frag=config/mt-vrtx ;;
  35. *-spectra-*)        target_makefile_frag=config/mt-vrtx ;;
  36. i960-*-vxworks)        target_makefile_frag=config/mt-i960-vx ;;
  37. sparc-*-vxworks)    target_makefile_frag=config/mt-sparc-vx ;;
  38. a29k-*-udi)        target_makefile_frag=config/mt-a29k-udi ;;
  39. a29k-isstip-*)        target_makefile_frag=config/mt-a29k-isstip ;;
  40. mips-idt-ecoff)        target_makefile_frag=config/mt-mips ;;
  41. sparc-*-aout)        target_makefile_frag=config/mt-sparc-aout ;;
  42. sparclite-*-*)        target_makefile_frag=config/mt-sparclite ;;
  43. sparclitefrwcompat-aout)target_makefile_frag=config/mt-frwcom-aout ;;
  44. sparclitefrwcompat-*-*)    target_makefile_frag=config/mt-frwcom-aout ;;
  45.  
  46. esac
  47.  
  48. # post-target:
  49.  
  50.